home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id011.dxr / 00216.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  294 b   |  12 lines

  1. on exitFrame
  2.   set the locH of sprite 15 to the locH of sprite 15 + 3
  3.   set the locV of sprite 15 to the locV of sprite 15 - 10
  4.   if sprite 15 intersects sprite(17) then
  5.     go(the frame + 1)
  6.   end if
  7.   if sprite 15 intersects sprite(18) then
  8.     go(the frame + 1)
  9.   end if
  10.   go(the frame)
  11. end
  12.